home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / flex 2.4.6 / parse.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-21  |  242 b   |  16 lines  |  [TEXT/MPS ]

  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define    CHAR    258
  5. #define    NUMBER    259
  6. #define    SECTEND    260
  7. #define    SCDECL    261
  8. #define    XSCDECL    262
  9. #define    WHITESPACE    263
  10. #define    NAME    264
  11. #define    PREVCCL    265
  12. #define    EOF_OP    266
  13.  
  14.  
  15. extern YYSTYPE yylval;
  16.